More than just DX News

DX Calendar November 2025

01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
HD8R T88MZ TK0C
ZC4RH V47JA 3B8M
J88PI TY0RU CR2M
XU7O E2A
T88HR OH0Z
T88TJ D4P
FW5K PJ4K
C5R PJ4A
VP2V/K6TOP TO7A
JD1BMH TO9W
9L8MD PJ7UK
5R8TT 5R8XX 8P5A
5V7RU C6AQQ
ZL7/LZ1GC OX7AKT
5H3MB 8R1/AG6UT
9U1RU V26K
P44W
XU7RRC
VP9I
ZL7IO
A52AA
PJ5C
V47T
J38W
YJ0GC
VK2/LZ1GC
5J0EA
9G5ZZ
5X1XA 5X1DF
5X7W
FT4YM
DP0GVN
JG8NQJ/JD1
TR8CR
3B9KW
5R8IC
TZ4AM
H44MS
HK3JCL Colombia
If you want to implement calendar on your site simply add the following code:
<div id="DXNewsCalendar"></div>
<script>
var url = 'https://dxnews.com/calendar.php?width=21&lang=en';
var script = document.createElement('script');
script.setAttribute('src', url);
document.getElementsByTagName('head')[0].appendChild(script);
</script>
You can change the size of calendar by changing width property in URL
For bigger calendar set greater value of width. For example

<div id="DXNewsCalendar"></div>
<script>
var url = 'https://dxnews.com/calendar.php?width=30&lang=en';
var script = document.createElement('script');
script.setAttribute('src', url);
document.getElementsByTagName('head')[0].appendChild(script);
</script>